home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection
-
- on GoOn
- case gSection of
- #intro:
- go("dragging")
- #dragSection:
- goHowMany()
- #howMany:
- goButtons1()
- #Buttons1:
- goButtons2()
- #buttons2:
- leaveThisMovie()
- end case
- end
-
- on goBack
- case gSection of
- #dragSection:
- goIntro()
- #howMany:
- go("dragging")
- #Buttons1:
- goHowMany()
- #buttons2:
- goButtons1()
- end case
- end
-
- on leaveThisMovie
- if iAmActivated(gMasterData) then
- getPrintData()
- end if
- clearSoundUsage(gMasterData, ["04", "05"])
- stopSound2()
- cursor(4)
- go(1, "Main")
- end
-
- on notePadButton
- DoNotepad()
- end
-
- on continueNext
- stopSound2()
- go(the frame + 1)
- end
-